func runtime.malg
6 uses
runtime (current package)
os_linux.go#L388: mp.gsignal = malg(32 * 1024) // Linux wants >= 2K
proc.go#L2331: mp.g0 = malg(-1)
proc.go#L2333: mp.g0 = malg(16384 * sys.StackGuardMultiplier)
proc.go#L2512: gp := malg(4096)
proc.go#L5273: func malg(stacksize int32) *g {
proc.go#L5322: newg = malg(stackMin)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |